DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlBaseVisitor<Result> Class / VisitPragma_name Method
The parse tree.

In This Topic
    VisitPragma_name Method (SqlBaseVisitor<Result>)
    In This Topic
    Visit a parse tree produced by SqlParser.pragma_name.

    The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode) on context.

    Syntax
    'Declaration
     
    Public Overridable Function VisitPragma_name( _
       ByVal context As SqlParser.Pragma_nameContext _
    ) As Result
    public virtual Result VisitPragma_name( 
       SqlParser.Pragma_nameContext context
    )

    Parameters

    context
    The parse tree.
    See Also